home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2001 February / maximum-cd-2001-02.iso / Team Arena / TeamArenaDemo.exe / Main / pak0.pk3 / scripts / ui.shader < prev    next >
Encoding:
Text File  |  2000-11-22  |  1.7 KB  |  135 lines

  1. ps_back2
  2. {
  3.   nopicmip
  4.   nomipmaps
  5.   {
  6.     map ui/assets/ps_back03a.tga
  7.     rgbgen identity
  8.   }
  9. }
  10.  
  11. ps_back1
  12. {
  13.   nopicmip
  14.   nomipmaps
  15.   {
  16.     map ui/assets/ps_back1.tga
  17.     rgbgen identity
  18.   }
  19. }
  20.  
  21. uiBackground
  22. {
  23.   nopicmip
  24.   nomipmaps
  25.   {
  26.     map ui/assets/background2.tga
  27.     rgbgen identity
  28.   }
  29. }
  30.  
  31. uibackground5
  32. {
  33.   nopicmip
  34.   nomipmaps
  35.   {
  36.     map ui/assets/background3.tga
  37.     rgbgen identity
  38.   }
  39.     
  40.  
  41.  
  42.  
  43. }
  44.  
  45.  
  46. uiBackgroundMulti
  47. {
  48.   {
  49.     map ui/assets/background.tga
  50.     rgbGen identity
  51.   }
  52.   {
  53.     map ui/assets/multi_alpha.tga
  54.     blendfunc gl_zero gl_src_alpha
  55.     rgbGen identity
  56.     tcMod scroll 0.05 0.05
  57.     tcMod scale 1.5 3
  58.   }
  59.   {
  60.     map $lightmap
  61.     rgbGen identity
  62.     blendfunc filter
  63.   }
  64. }
  65.  
  66.  
  67. textures/base_wall2/icon_stroggs
  68. {
  69.       
  70.     surfaceparm trans
  71.     surfaceparm nomarks
  72.     surfaceparm nolightmap
  73.  
  74.  
  75.     {
  76.         map textures/base_wall2/icon_stroggs.tga
  77.         blendfunc gl_src_alpha gl_one_minus_src_alpha
  78.         rgbGen identity
  79.  
  80.     }
  81. }
  82.  
  83.  
  84.  
  85. textures/redteam1
  86. {      
  87.   qer_editorimage textures/base_wall2/redteam1.tga
  88.   {
  89.     map textures/base_wall2/redteam1.tga
  90.     rgbgen identity
  91.   }
  92. }
  93.  
  94. textures/blueteam1
  95. {      
  96.   qer_editorimage textures/base_wall2/blueteam1.tga
  97.   {
  98.     map textures/base_wall2/blueteam1.tga
  99.     rgbgen identity
  100.   }
  101. }
  102.  
  103.  
  104.  
  105. textures/screenswitch
  106. {
  107.   qer_editorimage textures/base_wall2/blankscreen.tga
  108.   {
  109.     map textures/base_wall2/blankscreen.tga
  110.     rgbgen identity
  111.   }
  112. }
  113.  
  114. ui/assets/pagans_shader1_2
  115. {
  116.     {
  117.         clampmap ui/assets/pagans.tga
  118.         rgbgen identity
  119.         blendfunc add
  120.         //rgbgen wave sin .25 0 0 0
  121.     }
  122. }
  123.  
  124. menuflare
  125. {
  126.     {
  127.         clampmap ui/assets/menuflare.tga
  128.         blendfunc add
  129.         tcmod rotate 30
  130.         rgbgen wave triangle 1 .05 0 .1
  131.     }
  132. }
  133.  
  134.  
  135.